home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 12
/
Cream of the Crop 12 (Part II)
/
Cream of the Crop 12 (Part II).iso
/
OS2
/
FIX500S.ZIP
/
INDENT.BAT
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1996-01-01
|
356 b
|
13 lines
@echo off
if not ~%1 == ~ goto fixit
echo.
echo Utility: INDENT.BAT - Performs special edit using FIX.COM..
echo Purpose: Inserts an indentation tab at the beginning of every
echo line in an ascii text file.
echo Syntax: INDENT [d:][path]FILENAME [d:][path][outfile]
echo.
goto end
:fixit
@ echo on
fix ^ ^\t %1 %2
:end